SftTree/NET 2.0

PreviousVisible Property, ItemClass Class

Softel vdm, Inc.

Returns the previous visible item.

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property PreviousVisible As ItemClass

C#   

public ItemClass PreviousVisible { get; }

C++   

public: property ItemClass^ PreviousVisible {
        ItemClass^ get();
}

Property Value

The previous item or null/Nothing if there is no previous item.

Comments

The PreviousVisible property returns the previous visible item.

The PreviousVisible property can be used to traverse the items one by one, regardless of their level or hierarchical relationship. PreviousVisible will return the item immediately following the current item, whose parent items through the top-most parent are expanded.

The Previous property works similarly, but returns the previous visible or hidden item.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com